crypto/tls.Conn.ekm (field)
7 uses
crypto/tls (current package)
conn.go#L70: ekm func(label string, context []byte, length int) ([]byte, error)
conn.go#L1649: return c.ekm(label, context, length)
conn.go#L1654: state.ekm = c.ekm
handshake_client.go#L617: c.ekm = ekmFromMasterSecret(c.vers, hs.suite, hs.masterSecret, hs.hello.random, hs.serverHello.random)
handshake_client_tls13.go#L756: c.ekm = hs.suite.exportKeyingMaterial(hs.masterSecret, hs.transcript)
handshake_server.go#L126: c.ekm = ekmFromMasterSecret(c.vers, hs.suite, hs.masterSecret, hs.clientHello.random, hs.hello.random)
handshake_server_tls13.go#L815: c.ekm = hs.suite.exportKeyingMaterial(hs.masterSecret, hs.transcript)
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |